invgate-ux

(0 reviews)

Update User assigned Details

/{businessId}/troubleTicket/{id}

This usecase is to update the invgate assigned user details of incident in salesforce.

URL
https://nonprod.lc.esb.cloud.lla.com/test/invgate-ux-lc/invgate-ux/v1/{businessId}/troubleTicket/{id}
Url Param
nametypedescriptionrequired
businessIdstringExpected: HN,CO,CR,SV,GT,DO,TT,BB,JM,AG,AI,DM,GD,LC,VC,TC,MS,VGY
idstringSalesforce IdY
Headers
nametypedescriptionrequired
client_idstringClient Id value for Client Id Enforcement policy. Environment Specific Value. Eg: 6f0ed16a7b494d76b2d60e05bc3b3332Y
client_secretstringClient secret value for Client Id Enforcement policy. Environment Specific Value, eg: e4CD4D43449846aA9D8Cb9c43fAd324aY
X-Correlation-IDstringThis is a unique identifier. Could be uuid value, Min 16 Characters Syntax: correlationId: uuid:cwc--, example: X-Correlation-ID: f058ebd6-02f7-4d3f-942e-904344e8cde7:cwc--qacarepcN
Salesforce tenants
SF Environment to ConnectSF Instance
QAcwc--qa
UATcwc--uatsfdc
Productioncwc--prod
Body Definitions
nametypedescriptionrequired
@typestringDefault: NetworkTroubleTicketY
externalIdstringInvgate Ticket IdN
relatedParty.@referredType[0]stringDefalut : IndividualN
relatedParty.id[0]stringAgent IdN
relatedParty.name[0]stringAgent nameN
relatedParty.role[0]stringDefault : AgentN
relatedParty.@referredType[1]stringDefalut : IndividualN
relatedParty.id[1]stringAssigned Group IdN
relatedParty.name[1]stringAssigned Group NameN
relatedParty.role[1]stringDefault : AssignedGroupN
Sample request
{
  "relatedParty": [
    {
      "@referredType": "Individual",
      "id": "9866",
      "name": "",
      "role": "Agent"
    },
    {
      "@referredType": "Organization",
      "id": "567",
      "name": " ",
      "role": "AssignedGroup"
    }
  ],
  "externalId": "",
  "@type": "NetworkTroubleTicket"
}
'
Success Response
{
  "relatedParty": [
    {
      "@referredType": "Individual",
      "id": "9866",
      "name": "",
      "role": "Agent"
    },
    {
      "@referredType": "Organization",
      "id": "567",
      "name": " ",
      "role": "AssignedGroup"
    }
  ],
  "externalId": "",
  "@type": "NetworkTroubleTicket"
}

Reviews